home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Winter Shell 1.0d2 / Source / Libraries / AboutLib / AboutLib.h < prev   
Encoding:
C/C++ Source or Header  |  1994-01-11  |  271 b   |  10 lines  |  [TEXT/KAHL]

  1. #pragma once
  2. #include "MenuLib.h"
  3. void AboutOpen(void);
  4. void AboutClose(void);
  5. void AboutAdjustMenu(void);
  6. Boolean AboutMenu(const MenuPickType *pick);
  7. void AboutMemoryLow(void);
  8. const /* EventTableType */ void *AboutEventTable(void);
  9. void AboutEventTableRegister(void);
  10.